-
Re: Why are GSUB type 5 format 1 and type 6 format 1 lookups so rare?
Most people who aren’t VOLT, FontDame or HighLogic users go through the AFDKO font syntax and tools to get layout information into their fonts. This means that they’re at the mercy of what AFDKO synt…3 -
Re: Dreaming of a new feature syntax
I see the benefit, and something like that underneath might make sense, but I'm currently preferring to keep this a domain-specific language, because that's easier for non-programmers to get their he…2 -
Re: Work hygene
I think Macs have a Night Shift mode these days but I still swear by https://justgetflux.com2 -
Re: Dreaming of a new feature syntax
Some more ideas: * Specify classes using regular expressions. This allows you to use your glyph names to set up your classes: @MARKS = /\.mark/; * I'm moving from the idea of a "feature file&quo…2 -
Re: Dreaming of a new feature syntax
I always have to read mark positioning classes and rules two or three times to work out what they're actually saying. Maybe it's just me, but perhaps something like this would be clearer: anchors a {…1